home *** CD-ROM | disk | FTP | other *** search
-
-
-
- LLLLDDDDGGGGEEEETTTTNNNNAAAAMMMMEEEE((((3333XXXX)))) LLLLDDDDGGGGEEEETTTTNNNNAAAAMMMMEEEE((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- ldgetname - retrieve symbol name for object file symbol table entry
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ssssttttddddiiiioooo....hhhh>>>>
- ####iiiinnnncccclllluuuuddddeeee <<<<ffffiiiilllleeeehhhhddddrrrr....hhhh>>>>
- ####iiiinnnncccclllluuuuddddeeee <<<<ssssyyyymmmm....hhhh>>>>
- ####iiiinnnncccclllluuuuddddeeee <<<<llllddddffffccccnnnn....hhhh>>>>
-
- cccchhhhaaaarrrr ****llllddddggggeeeettttnnnnaaaammmmeeee ((((ldptr, symbol))))
- LLLLDDDDFFFFIIIILLLLEEEE ****ldptr;;;;
- ppppSSSSYYYYMMMMRRRR ****symbol;;;;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _l_d_g_e_t_n_a_m_e returns a pointer to the name associated with _s_y_m_b_o_l as a
- string. The string is contained in a static buffer. Because the buffer
- can be overwritten by later calls to _l_d_g_e_t_n_a_m_e, the caller must copy the
- buffer if the name is to be saved.
-
- If the name cannot be retrieved, _l_d_g_e_t_n_a_m_e returns NNNNUUUULLLLLLLL (defined in
- <<<<ssssttttddddiiiioooo....hhhh>>>>) for an object file. This occurs when:
-
-
- +o the string table cannot be found
-
- +o the name's offset into the string table is beyond the end of the
- string table
-
-
- Typically, _l_d_g_e_t_n_a_m_e is called immediately after a successful call to
- _l_d_t_b_r_e_a_d. _l_d_g_e_t_n_a_m_e retrieves the name associated with the symbol table
- entry filled by _l_d_t_b_r_e_a_d.
-
- The program must be loaded with the object file access routine library
- lllliiiibbbbmmmmlllldddd....aaaa.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- ldclose(3X), ldopen(3X), ldtbseek(3X), ldtbread(3X), ldfcn(4).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-